home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / appletalk / netatalk / afs / afskrbsrc.sit.hqx / AFS Kerberos 1.0B0 / krb / conf-MacOS.h next >
Encoding:
C/C++ Source or Header  |  1990-08-05  |  861 b   |  42 lines

  1. /*
  2.  * $Source: /afs/athena.mit.edu/user/j/jon/mac/MIT/Libraries/CIncludes/krb/RCS/conf-MacOS.h,v $
  3.  * $Author: jon $
  4.  * $Header: /afs/athena.mit.edu/user/j/jon/mac/MIT/Libraries/CIncludes/krb/RCS/conf-MacOS.h,v 1.6 90/03/06 16:08:54 jon Exp $
  5.  *
  6.  * Copyright 1988 by the Massachusetts Institute of Technology.
  7.  *
  8.  * For copying and distribution information, please see the file
  9.  * <mit-copyright.h>.
  10.  *
  11.  * Machine-type definitions: Mac with MPW C.
  12.  */
  13.  
  14. #ifndef _MAC_OS_CONF_
  15. #define _MAC_OS_CONF_
  16.  
  17. #include <mit-copyright.h>
  18.  
  19. #define BITS32
  20. #define BIG
  21. #define MSBFIRST
  22. #define MUSTALIGN
  23.  
  24. /* we provide in.h, etc. */
  25. #define OSCONF_PROVIDES
  26.  
  27. /* Only one user ... */
  28. #define SINGLE_USER
  29.  
  30. /* 4.2bsd open */
  31. #define OLD_OPEN
  32.  
  33. /* no stat system call*/
  34. #define NO_STAT
  35.  
  36. /* As oppossed to AUX */
  37. #define MacOS
  38.  
  39. #include <bsd-mac-compat.h>
  40.  
  41. #endif /* _MAC_OS_CONF_ */
  42.